ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / PurgeItem Event

In This Topic
    PurgeItem Event
    In This Topic
    Raised before item is purged out of the cache
    Syntax
    Event Data

    The event handler receives an argument of type GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> containing data related to this event. The following GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> properties provide information specific to this event.

    PropertyDescription
    Gets the node to be purged  
    See Also